/* Override space-around on the gallery container */
#galleryIntersectionObserverParent {
    display: flex !important;
    justify-content: flex-start !important; /* Align cards to the left */
    flex-wrap: wrap !important; /* Keep cards wrapping */
    gap: 1px !important; /* Optional: spacing between cards */
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.ms_lay4_card {
    margin:1px !important;
}